Interface PPPoeHeader

All Superinterfaces:
Header, IPCData, Pdu, Signal
All Known Implementing Classes:
PPPoeHeaderImpl

public interface PPPoeHeader extends Header
  • Method Details

    • getVersion

      Byte getVersion()
      Returns:
      Byte Returns a Byte
    • setVersion

      void setVersion(Byte version)
      Parameters:
      version - Takes in a parameter of version
    • getType

      Byte getType()
      Returns:
      Byte Returns a Byte
    • setType

      void setType(Byte type)
      Parameters:
      type - Takes in a parameter of type
    • getCode

      Byte getCode()
      Returns:
      Byte Returns a Byte
    • setCode

      void setCode(Byte code)
      Parameters:
      code - Takes in a parameter of code
    • getSessionId

      Short getSessionId()
      Returns:
      Short Returns a Short
    • setSessionId

      void setSessionId(Short sessionId)
      Parameters:
      sessionId - Takes in a parameter of sessionId
    • getLength

      Short getLength()
      Returns:
      Short Returns a Short
    • setLength

      void setLength(Short length)
      Parameters:
      length - Takes in a parameter of length
    • getIpSubnet

      String getIpSubnet()
      Returns:
      String Returns a String
    • setIpSubnet

      void setIpSubnet(String ipSubnet)
      Parameters:
      ipSubnet - Takes in a parameter of ipSubnet